From a30437819b67912848819510ec7e11b03d957e01 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Mon, 26 Jan 2026 20:58:06 +0100 Subject: [PATCH] Build-Depends: libxcursor-dev (enables custom cursors) --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b93e487eb..08537d4fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ vtk9 (9.5.2+dfsg3-1) UNRELEASED; urgency=medium riscv64 s390x loong64 ppc64 sparc64] * set HDF5_PREFER_PARALLEL=YES (with HDF5_IS_PARALLEL=ON) to activate parallel HDF5 (via libhdf5-mpi-dev) + * Build-Depends: libxcursor-dev (enables custom cursors) -- Drew Parsons Sun, 25 Jan 2026 21:24:31 +0100 diff --git a/debian/control b/debian/control index 6ece32a22..3fa9fe428 100644 --- a/debian/control +++ b/debian/control @@ -53,6 +53,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), libtiff-dev, libutfcpp-dev, libx11-dev, + libxcursor-dev, libxdmf-dev, libxml2-dev, libxpm-dev, @@ -116,6 +117,7 @@ Depends: ${misc:Depends}, libvtk9.5 (= ${binary:Version}), libvtk9-java (= ${binary:Version}) [!hppa !hurd-any], libx11-dev, + libxcursor-dev, libxft-dev, libxml2-dev, libxss-dev, -- 2.30.2